GtkStyle: translate a few more detail strings.
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 9 Nov 2010 17:27:13 +0000 (18:27 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:48 +0000 (15:38 +0100)
gtk/gtkstyle.c

index 9acc49c82b625bd818f6c601a6d98499509a245c..3eca2014e99fd02991a71d221c0e5154d2d4afdf 100644 (file)
@@ -1792,6 +1792,14 @@ transform_detail_string (const gchar     *detail,
     gtk_style_context_add_class (context, "menubar");
   else if (strcmp (detail, "base") == 0)
     gtk_style_context_add_class (context, "background");
+  else if (strcmp (detail, "bar") == 0)
+    gtk_style_context_add_class (context, "progressbar");
+  else if (strcmp (detail, "toolbar") == 0)
+    gtk_style_context_add_class (context, "toolbar");
+  else if (strcmp (detail, "handlebox_bin") == 0)
+    gtk_style_context_add_class (context, "dock");
+  else if (strcmp (detail, "notebook") == 0)
+    gtk_style_context_add_class (context, "notebook");
   else if (g_str_has_prefix (detail, "cell"))
     {
       GtkRegionFlags row, col;